home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_TESTDEVICE_H__37DFB304_CA09_11D3_996E_444553540000__INCLUDED_)
- #define AFX_TESTDEVICE_H__37DFB304_CA09_11D3_996E_444553540000__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // TestDevice.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CTestDevice dialog
- #include "nctwavplayer.h"
-
- class CTestDevice : public CPropertyPage
- {
- DECLARE_DYNCREATE(CTestDevice)
-
- // Construction
- public:
- CTestDevice();
- ~CTestDevice();
-
- // Dialog Data
- //{{AFX_DATA(CTestDevice)
- enum { IDD = IDD_PROPPAGE_IODEVICE };
- CButton m_fplay;
- CButton m_frecord;
- CComboBox m_play;
- CComboBox m_record;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CTestDevice)
- public:
- virtual void OnOK();
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CTestDevice)
- virtual BOOL OnInitDialog();
- afx_msg void OnSelchangeCombo1();
- afx_msg void OnSelchangeCombo2();
- afx_msg void OnCheck1();
- afx_msg void OnCheck2();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
-
- private:
- CNCTWavPlayer* m_player;
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_TESTDEVICE_H__37DFB304_CA09_11D3_996E_444553540000__INCLUDED_)
-